home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global loadNext, subPageWait
- startTimer()
- unLoadCast()
- if loadNext = 0 then
- wait(subPageWait - the timer)
- go(#next)
- else
- if loadNext = 1 then
- unLoadCast()
- preLoad(label("intro1"), label("intro1") + 5)
- wait(subPageWait - the timer)
- go(#next)
- end if
- end if
- end
-